2.7.3. Response
Parametrs
Parameter | Description | Mandatory | Type | Notes |
---|---|---|---|---|
options | Set of options for the package (services) | Not specified | array | |
package_name | Package name | Not specified | string | |
service_name | Service name | Not specified | string | |
stopped | Boolean indicating whether the account is stopped | Not specified | boolean | |
contract_num | Contract number | Not specified | string | |
balance | Account balance | Not specified | number | |
turned_off | Boolean indicating whether the account is turned off | Not specified | boolean | |
turned_off_days | Number of days until disconnection if the account balance is negative from the date of the last invoice | Not specified | number |
{
"options": [],
"package_name": "",
"service_name": "",
"stopped": false,
"contract_num": "",
"balance": 0,
"turned_off": false,
"turned_off_days": 0
}
Field Descriptions:
- options – Set of options for the package (services)
- package_name – Package name
- service_name – Service name
- stopped – Boolean indicating if the account is stopped
- contract_num – Contract number
- balance – Account balance
- turned_off – Boolean indicating if the account is disconnected
- turned_off_days – Number of days until disconnection when the account balance is negative from the date of the last invoice
Exit codes:
200 - successful
401 - Authentication Error